object FormBrowse: TFormBrowse Left = 203 Top = 123 HelpContext = 11 BorderStyle = bsDialog Caption = 'Add Files To Be Indexed' ClientHeight = 302 ClientWidth = 420 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnActivate = FormActivate OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object txtFileNames: TEdit Left = -1 Top = 0 Width = 420 Height = 21 TabOrder = 0 end object pnlBrowse: TPanel Left = 0 Top = 20 Width = 420 Height = 251 TabOrder = 1 object lblFolders: TLabel Left = 10 Top = 7 Width = 37 Height = 13 Caption = 'Fo&lders:' end object lblFiles: TLabel Left = 215 Top = 7 Width = 24 Height = 13 Caption = '&Files:' end object lblDrive: TLabel Left = 10 Top = 151 Width = 28 Height = 13 Caption = '&Drive:' end object lblFileTypes: TLabel Left = 215 Top = 151 Width = 90 Height = 13 Caption = 'File &types to select:' end object dirFolders: TDirectoryListBox Left = 10 Top = 22 Width = 195 Height = 120 ItemHeight = 16 TabOrder = 0 OnClick = dirFoldersClick end object filFiles: TFileListBox Left = 215 Top = 22 Width = 195 Height = 120 ItemHeight = 13 MultiSelect = True TabOrder = 1 end object drvDrive: TDriveComboBox Left = 10 Top = 166 Width = 195 Height = 19 TabOrder = 2 OnChange = drvDriveChange end object cmbFileTypes: TComboBox Left = 215 Top = 166 Width = 195 Height = 21 ItemHeight = 13 TabOrder = 3 OnChange = cmbFileTypesChange OnClick = cmbFileTypesClick end object cmdAddFolder: TButton Left = 174 Top = 207 Width = 74 Height = 22 Caption = '&Add Folder' TabOrder = 4 OnClick = cmdAddFolderClick end object cmdAddFiles: TButton Left = 254 Top = 207 Width = 74 Height = 22 Caption = 'A&dd Files' TabOrder = 5 OnClick = cmdAddFilesClick end object chkSubfolders: TCheckBox Left = 32 Top = 201 Width = 97 Height = 14 Caption = 'With &Subfolders' State = cbChecked TabOrder = 6 end object chkExclude: TCheckBox Left = 32 Top = 222 Width = 112 Height = 15 Caption = '&Exclude From Index' TabOrder = 7 end object Button1: TButton Left = 334 Top = 207 Width = 74 Height = 22 Caption = '&Clear All' TabOrder = 8 OnClick = Button1Click end end object cmdOK: TButton Left = 173 Top = 277 Width = 75 Height = 22 Caption = 'OK' Default = True TabOrder = 2 OnClick = cmdOKClick end object cmdCancel: TButton Left = 253 Top = 277 Width = 75 Height = 22 Cancel = True Caption = 'Cancel' TabOrder = 3 OnClick = cmdCancelClick end object cmdHelp: TButton Left = 333 Top = 277 Width = 75 Height = 22 Caption = '&Help' TabOrder = 4 OnClick = cmdHelpClick end end